﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* --------- OTHER -----------------*/
body {
    font-family: 'Microsoft JhengHei','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.select2 {
    /*width: 100% !important;*/
    font-size: 14px;
}

.select2-selection--single {
    height: 34px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0px !important;
    border-color: #d2d6de !important;
}

button {
    font-family: 'Microsoft JhengHei';
}

.main-header .logo {
    font-family: 'Microsoft JhengHei','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft JhengHei','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*table thead {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1;
}*/
.main_iframe {
    height: 600px;
}


.nav-tabs .nav-link {
    border-bottom: solid 2px #17a2b8;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-left: solid 2px #17a2b8;
        border-top: solid 2px #17a2b8;
        border-right: solid 2px #17a2b8;
        border-bottom: solid 2px #fff;
    }

    .nav-tabs .nav-link.disabled {
        color: #6c757d;
        /*background: lightblue;*/
        border-color: transparent;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        /* background: lightblue;*/
        border-left: solid 2px #17a2b8;
        border-top: solid 2px #17a2b8;
        border-right: solid 2px #17a2b8;
    }

        .nav-tabs .nav-item.show .nav-link.show {
            /* background: lightblue;*/
            border-left: solid 2px #17a2b8;
            border-top: solid 2px #17a2b8;
            border-right: solid 2px #17a2b8;
        }
        /* 為了避免 CoreUI的問題 */
        .nav-tabs .nav-link.active:focus {
            background: #fff;
            border-color: #17a2b8 !important;
            border-bottom-color: #fff !important;
        }

.tab-content {
    border-left: solid 2px #17a2b8;
    border-right: solid 2px #17a2b8;
    border-bottom: solid 2px #17a2b8;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.card {
    margin-bottom: 0;
}

.form-control {
    /* padding: .375rem .375rem !important; */
}

@media (max-width: 991px) {
    .main_iframe {
        height: 500px;
    }
}

@media (min-width: 991px) {
    .main_iframe {
        height: 800px;
    }
}



/*//guowei*/

